const runtime._Prunning

9 uses

	runtime (current package)
		mgcpacer.go#L720: 		if p.status != _Prunning {
		preempt.go#L287: 	return mp.locks == 0 && mp.mallocing == 0 && mp.preemptoff == "" && mp.p.ptr().status == _Prunning
		proc.go#L5248: 		gp.m.p.ptr().status = _Prunning
		proc.go#L5363: 	pp.status = _Prunning
		proc.go#L5374: 	if pp.m.ptr() != gp.m || pp.status != _Prunning {
		proc.go#L5690: 		if s == _Prunning || s == _Psyscall {
		proc.go#L5749: 		if pp.status != _Prunning {
		proc.go#L6387: 					if pp.status == _Prunning {
		runtime2.go#L127: 	_Prunning